Skip to content

test: test_storage test_support pytest refactor#2239

Draft
taddes wants to merge 2 commits intomasterfrom
test/update-pytest-for-large-storage-and-support-tests-STOR-537
Draft

test: test_storage test_support pytest refactor#2239
taddes wants to merge 2 commits intomasterfrom
test/update-pytest-for-large-storage-and-support-tests-STOR-537

Conversation

@taddes
Copy link
Copy Markdown
Collaborator

@taddes taddes commented Apr 23, 2026

Description

Our integration and e2e tests are a hodgepodge of class-based unitTest (circa 2010 Python) and the newer pytest. This means we are leaving a lot of features on the table, like parallelized test runs and simpler maintenance with fixtures. This task updates our runs to use Pytest fully.

This is related to #2192 , however addresses the some 5000 lines of core integration test code for test_storage and test_support, not the ancillary tests around tokenserver and other things.

Testing

Our E2E & integration test runs

Issue(s)

Closes STOR-537.

@taddes taddes self-assigned this Apr 23, 2026
@taddes taddes changed the title core integration test conftest test: core integration test conftest Apr 23, 2026
@taddes taddes force-pushed the test/update-pytest-for-large-storage-and-support-tests-STOR-537 branch 3 times, most recently from e632099 to c92c485 Compare April 23, 2026 17:00
@taddes taddes changed the title test: core integration test conftest test: test_storage test_support pytest refactor Apr 24, 2026
@taddes taddes force-pushed the test/update-pytest-for-large-storage-and-support-tests-STOR-537 branch from c92c485 to c39f7e7 Compare April 24, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant